From: Rob White Date: Tue, 13 May 2025 10:16:08 +0000 (+0100) Subject: mesh11sd: update to version 5.1.0 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=b8e667ba228dfdfe867eb662bddc84d11c4db461;p=feed%2Frouting.git mesh11sd: update to version 5.1.0 This is a minor release, with some minor fixes. It introduces some new functionality, including the following: * Add - option mesh_phyindex to force selection of phy for mesh interface * Add - footnote links to README.md, using double spaces for newlines * Add - auto leechmode to mesh path stabilisation * Add - mesh_leechmode sets mesh_max_peerlinks to 1 * Add - restart opennds captive portal if it is installed and running when mesh11sd starts, to sync the nftables rulesets of both packages. The full changelog can be seen here: https://github.com/openNDS/mesh11sd/blob/v5.1.0/ChangeLog Signed-off-by: Rob White (cherry picked from commit 9eda32a8c96fc184e6b208a54dbf43a1379fa0be) --- diff --git a/mesh11sd/Makefile b/mesh11sd/Makefile index 743c662..c040891 100644 --- a/mesh11sd/Makefile +++ b/mesh11sd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mesh11sd -PKG_VERSION:=5.0.1 +PKG_VERSION:=5.1.0 PKG_RELEASE:=1 PKG_MAINTAINER:=Rob White @@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/opennds/mesh11sd/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=db06bc633c2f7221ab72ec9a6761f078ec84a0d117eb9c4bff8b5a0007745252 +PKG_HASH:=3d28d0f660bcefe065c346b4b5a144b6b05010a61f0b10e5ab78066fa7c6b941 include $(INCLUDE_DIR)/package.mk